home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 May / PCW_MAY2000.iso / pc world.dir / 00016_Script_rolly < prev    next >
Text File  |  2000-04-04  |  170b  |  9 lines

  1.  
  2. on mouseEnter me
  3.   set the forecolor of sprite(the currentspritenum) to 216
  4. end
  5.  
  6. on mouseLeave me
  7.   set the forecolor of sprite(the currentspritenum) to 239
  8. end
  9.